home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / gui / precog2_1.lha / Precognition2_1 / src / src.lha / Library / HScrollerClass.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-06  |  416 b   |  19 lines

  1. /* ==========================================================================
  2. **
  3. **                         HScrollerClass.h
  4. **
  5. ** ©1991 WILLISoft
  6. **
  7. ** ==========================================================================
  8. */
  9.  
  10. #ifndef HSCROLLERCLASS_H
  11. #define HSCROLLERCLASS_H
  12.  
  13. #include "HScroller.h"
  14. #include "SliderClass.h"
  15. #include "parms.h"
  16.  
  17. struct PositionerClass *HScrollerClass __PARMS(( void ));
  18.  
  19. #endif